home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Netscape 6 Official Release / browser.xpi / bin / defaults / pref / all.js < prev    next >
Encoding:
Text File  |  2000-11-29  |  24.1 KB  |  525 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s): 
  21.  */
  22.  
  23. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead. 
  24. //  The first character after a period must be alphabetic.
  25.  
  26. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  27.  
  28. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  29. pref("keyword.enabled", false);
  30. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  31. pref("general.useragent.misc", "Internet-Works-UK");
  32.  
  33. pref("general.startup.browser",             true);
  34. pref("general.startup.mail",                false);
  35. pref("general.startup.news",                false);
  36. pref("general.startup.editor",              false);
  37. pref("general.startup.compose",             false);
  38. pref("general.startup.addressbook",         false);
  39.  
  40. pref("general.always_load_images",          true);
  41. pref("general.always_load_movies",          true);
  42. pref("general.always_load_sounds",          true);
  43. pref("general.title_tips",                  true);
  44.  
  45. pref("general.help_source.site",            1); // 0 = Netscape, 1 = installed, 2 = custom
  46. pref("general.help_source.url",             "");
  47.  
  48. pref("general.fullcircle_enable",           true);
  49. pref("general.fullcircle_collect_ns_data",  false);
  50.  
  51. pref("browser.enable_style_sheets",         true);
  52. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  53. pref("browser.startup.page",                1);     
  54. pref("browser.startup.homepage",       "chrome://navigator/locale/navigator.properties");
  55. // "browser.startup.homepage_override" was for 4.x
  56. pref("browser.startup.homepage_override.1", true);
  57. pref("browser.startup.autoload_homepage",   true);
  58. pref("browser.startup.agreed_to_licence",   false);
  59. pref("browser.startup.license_version",     0);
  60. pref("browser.startup.default_window",      1); // start up browser
  61. pref("browser.cache.disk_cache_size",       7680);
  62. pref("browser.cache.enable",                true);
  63. pref("browser.cache.disk.enable",                true);
  64. pref("browser.cache.memory_cache_size",     1024);
  65. pref("browser.cache.disk_cache_ssl",        false);
  66. pref("browser.display.foreground_color",    "#000000");
  67. pref("browser.display.background_color",    "#C0C0C0");
  68. pref("browser.anchor_color",                "#0000EE");
  69. pref("browser.visited_color",               "#551A8B");
  70. pref("browser.chrome.show_directory_buttons",   true);
  71. pref("browser.chrome.toolbar_style",        2);
  72. pref("browser.chrome.advanced_toolbar",     false);
  73. pref("browser.chrome.show_toolbar",         true);
  74. pref("browser.chrome.show_status_bar",      true);
  75. pref("browser.chrome.show_url_bar",         true);
  76. pref("browser.chrome.show_security_bar",    true);
  77. pref("browser.chrome.button_style",         0);
  78.  
  79. pref("browser.toolbars.showbutton.bookmarks", false);
  80. pref("browser.toolbars.showbutton.go",      false);
  81. pref("browser.toolbars.showbutton.home",    true);
  82. pref("browser.toolbars.showbutton.mynetscape", true);
  83. pref("browser.toolbars.showbutton.net2phone", true);
  84. pref("browser.toolbars.showbutton.print",   true);
  85. pref("browser.toolbars.showbutton.search",  true);
  86.  
  87. pref("browser.background_option",           0); // DEFAULT_BACKGROUND
  88. pref("browser.link_expiration",             9);
  89. pref("browser.cache.check_doc_frequency",   0);
  90.  
  91. pref("browser.delay_images",                false);
  92. pref("browser.underline_anchors",           true);
  93. pref("browser.never_expire",                false);
  94. pref("browser.display_while_loading",       true);
  95. pref("browser.custom_link_color",           false);
  96. pref("browser.custom_visited_color",        false);
  97. pref("browser.custom_text_color",           false);
  98. pref("browser.display.use_document_colors", true);
  99. pref("browser.ldapfile_location",       "");
  100. pref("browser.print_background",            false);
  101. pref("browser.prefs_window.modeless",       false);
  102. pref("browser.prefs_window_rect",           "-1,-1,-1,-1");
  103. pref("browser.find_window_rect",            "-1,-1,-1,-1");
  104. pref("browser.bookmark_window_rect",        "-1,-1,-1,-1");
  105. pref("browser.download_window_rect",        "-1,-1,-1,-1");
  106. pref("browser.wfe.ignore_def_check",false);
  107. pref("browser.display.wfe.use_windows_colors",true);
  108. pref("browser.startup_mode",1);
  109.  
  110. // Dialog modality issues
  111. pref("browser.prefWindowModal", true);
  112. pref("browser.show_about_as_stupid_modal_window", false);
  113.  
  114. // various default search settings
  115. pref("browser.search.defaulturl", "chrome://navigator/locale/navigator.properties");
  116. pref("browser.search.opensidebarsearchpanel", true);
  117. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  118. pref("browser.search.mode", 0);
  119. pref("browser.search.powermode", 0);
  120. pref("browser.search.use_double_clicks", false);
  121. pref("browser.urlbar.autocomplete.enabled", true);
  122. pref("browser.urlbar.clickSelectsAll",false);
  123.  
  124. localDefPref("browser.bookmark_location",       "");
  125. localDefPref("browser.addressbook_location",    "");
  126. localDefPref("browser.socksfile_location",      "");
  127. localDefPref("browser.ldapfile_location",       "");
  128.  
  129. pref("browser.history.last_page_visited", "");
  130.  
  131. pref("browser.url_history.URL_1", "");
  132. pref("browser.url_history.URL_2", "");
  133. pref("browser.url_history.URL_3", "");
  134. pref("browser.url_history.URL_4", "");
  135. pref("browser.url_history.URL_5", "");
  136. pref("browser.url_history.URL_6", "");
  137. pref("browser.url_history.URL_7", "");
  138. pref("browser.url_history.URL_8", "");
  139. pref("browser.url_history.URL_9", "");
  140. pref("browser.url_history.URL_10", "");
  141. pref("browser.url_history.URL_11", "");
  142. pref("browser.url_history.URL_12", "");
  143. pref("browser.url_history.URL_13", "");
  144. pref("browser.url_history.URL_14", "");
  145. pref("browser.url_history.URL_15", "");
  146.  
  147. pref("browser.uriloader", true); // turn new uri loading on by default
  148.  
  149. pref("browser.personal_toolbar_button.min_chars", 15);
  150. pref("browser.personal_toolbar_button.max_chars", 30);
  151.  
  152. pref("browser.PICS.ratings_enabled", false);
  153. pref("browser.PICS.pages_must_be_rated", false);
  154. pref("browser.PICS.disable_for_this_session", false);
  155. pref("browser.PICS.reenable_for_this_session", false);
  156. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  157. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  158.  
  159. // gfx widgets
  160. pref("nglayout.widget.mode", 2);
  161. pref("nglayout.widget.gfxscrollbars", true);
  162.  
  163. // use nsViewManager2
  164. pref("nglayout.view.useViewManager2", true);
  165.  
  166. // css2 hover pref
  167. pref("nglayout.events.showHierarchicalHover", false);
  168.  
  169. // Smart Browsing prefs
  170. pref("browser.related.enabled", true);
  171. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  172. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  173. pref("browser.related.detailsProvider", "http://cgi.netscape.com/cgi-bin/rlcgi.cgi?URL=");
  174. pref("browser.related.disabledForDomains", "");
  175. pref("browser.goBrowsing.enabled", true);
  176.  
  177.  
  178. // The NavCenter preferences
  179. localDefPref("browser.navcenter.dockstyle", 1); // 1 = left, 2 = right, 3 = top, 4 = bottom
  180. localDefPref("browser.navcenter.docked.tree.visible", false);
  181. localDefPref("browser.navcenter.docked.selector.visible", true);
  182. localDefPref("browser.navcenter.docked.tree.width", 250); // Percent of parent window consumed by docked nav center
  183. localDefPref("browser.navcenter.floating.rect", "20, 20, 400, 600"); // Window dimensions when floating
  184.  
  185. // Default Capability Preferences: Security-Critical! 
  186. // Editing these may create a security risk - be sure you know what you're doing
  187. pref("capability.policy.default.barprop.visible.write", "UniversalBrowserWrite");
  188.  
  189. pref("capability.policy.default.history.current.read", "UniversalBrowserRead");
  190. pref("capability.policy.default.history.next.read", "UniversalBrowserRead");
  191. pref("capability.policy.default.history.previous.read", "UniversalBrowserRead");
  192. pref("capability.policy.default.history.item.read", "UniversalBrowserRead");
  193.  
  194. pref("capability.policy.default.navigator.preference.read", "UniversalPreferencesRead");
  195. pref("capability.policy.default.navigator.preference.write", "UniversalPreferencesWrite");
  196. pref("capability.policy.default.windowinternal.location.write", "allAccess");
  197. // window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
  198. pref("capability.policy.default.windowinternal.opendialog", "noAccess");
  199.  
  200. pref("capability.policy.mailnews.sites", "mailbox: imap: news: pop: pop3:");
  201. pref("capability.policy.mailnews.window.name", "noAccess");
  202.  
  203. localDefPref("ghist.expires.pos",          4);
  204. localDefPref("ghist.expires.width",        1400);
  205. localDefPref("ghist.firstvisit.pos",       2);
  206. localDefPref("ghist.firstvisit.width",     1400);
  207. localDefPref("ghist.lastvisit.pos",        3);
  208. localDefPref("ghist.lastvisit.width",      1400);
  209. localDefPref("ghist.location.pos",         1);
  210. localDefPref("ghist.location.width",       2400);
  211. pref("ghist.show_value",           0);
  212. pref("ghist.sort_descending",      false);
  213. pref("ghist.sortby",               3);  // eGH_LastDateSort
  214. localDefPref("ghist.title.pos",            0);
  215. localDefPref("ghist.title.width",          2400);
  216. localDefPref("ghist.visiblecolumns",       6);
  217. localDefPref("ghist.visitcount.pos",       5);
  218. localDefPref("ghist.visitcount.width",     1000);
  219. localDefPref("ghist.window_rect",          "0,0,0,0");
  220.  
  221. pref("javascript.enabled",                  true);
  222. pref("javascript.allow.mailnews",           false);
  223. pref("javascript.allow.signing",            true);
  224. pref("javascript.reflect_preferences",      false);     // for PE
  225. //pref("javascript.options.strict",           true);
  226.  
  227. // advanced prefs
  228. pref("advanced.always_load_images",         true);
  229. pref("security.enable_java",                 true);
  230. pref("css.allow",                           true);
  231. pref("advanced.mailftp",                    false);
  232.  
  233. pref("offline.startup_state",            0);
  234. pref("offline.send.unsent_messages",            0);
  235. pref("offline.prompt_synch_on_exit",            true);
  236. pref("offline.news.download.use_days",          0);
  237.  
  238. pref("network.dnsAttempt",              0);
  239. pref("network.tcptimeout",                  0);         // use default
  240. pref("network.tcpbufsize",                  0);         //
  241. pref("network.use_async_dns",               true);
  242. pref("network.dnsCacheExpiration",          900); // in seconds
  243. pref("network.enableUrlMatch",              true);
  244. pref("network.max_connections",             4);
  245. pref("network.speed_over_ui",               true);
  246. pref("network.file_sort_method",            0);     // NAME 0, TYPE 1, SIZE 2, DATE 3
  247. pref("network.ftp.passive",            true);
  248. pref("network.hosts.smtp_server",           "mail");
  249. pref("network.hosts.pop_server",            "mail");
  250. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  251.  
  252. // <ruslan>
  253. pref("network.http.version", "1.1");      // default
  254. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  255. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  256. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  257. // some older 1.0 servers:
  258.  
  259. pref("network.http.keep-alive", true); // set it to false in case of problems
  260. pref("network.http.proxy.keep-alive", true );
  261. pref("network.http.keep-alive.timeout", 300);
  262.  
  263. pref("network.http.max-connections",  8);
  264. pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive
  265. pref("network.http.keep-alive.max-connections-per-server", 8);
  266.  
  267. pref("network.http.connect.timeout",  30);    // in seconds
  268. pref("network.http.request.timeout", 120);    // in seconds
  269.  
  270. // Enable http compression: comment this out in case of problems with 1.1
  271. pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity");
  272.  
  273. pref("network.http.pipelining"      , false);
  274. pref("network.http.proxy.pipelining", false);
  275.  
  276. // Always pipeling the very first request:  this will only work when you are
  277. // absolutely sure the the site or proxy you are browsing to/through support
  278. // pipelining; the default behavior will be that the browser will first make
  279. // a normal, non-pipelined request, then  examine  and remember the responce
  280. // and only the subsequent requests to that site will be pipeline
  281. pref("network.http.pipelining.firstrequest", false);
  282.  
  283. // Max number of requests in the pipeline
  284. pref("network.http.pipelining.maxrequests" , 4);
  285.  
  286. pref("network.http.proxy.ssl.connect",true);
  287. // </ruslan>
  288.  
  289. // sspitzer:  change this back to "news" when we get to beta.
  290. // for now, set this to news.mozilla.org because you can only
  291. // post to the server specified by this pref.
  292. pref("network.hosts.nntp_server",           "news.mozilla.org");
  293.  
  294. pref("network.hosts.socks_server",          "");
  295. pref("network.hosts.socks_serverport",      1080);
  296. pref("network.hosts.socks_conf",            "");
  297. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  298. pref("network.image.warnAboutImages",       false);
  299. pref("network.proxy.autoconfig_url",        "");
  300. pref("network.proxy.type",                  0);
  301. pref("network.proxy.ftp",                   "");
  302. pref("network.proxy.ftp_port",              0);
  303. pref("network.proxy.gopher",                "");
  304. pref("network.proxy.gopher_port",           0);
  305. pref("network.proxy.news",                  "");
  306. pref("network.proxy.news_port",             0);
  307. pref("network.proxy.http",                  "");
  308. pref("network.proxy.http_port",             0);
  309. pref("network.proxy.wais",                  "");
  310. pref("network.proxy.wais_port",             0);
  311. pref("network.proxy.ssl",                   "");
  312. pref("network.proxy.ssl_port",              0);
  313. pref("network.proxy.socks",                 "");
  314. pref("network.proxy.socks_port",            0);
  315. pref("network.proxy.no_proxies_on",         "");
  316. pref("network.online",                      true); //online/offline
  317. pref("network.prompt_at_startup",           false);//Ask me
  318. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  319. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  320. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  321. pref("network.cookie.warnAboutCookies",     false);
  322. pref("signon.rememberSignons",              true);
  323. pref("network.sendRefererHeader",           2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  324. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  325. pref("network.padPacURL",                   ""); // The proxy autodiscovery url
  326. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  327. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  328. pref("wallet.captureForms",                 true);
  329. pref("wallet.notified",                     false);
  330. pref("wallet.fetchPatches",                 false);
  331. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  332. pref("wallet.TutorialFromPrefs",            "chrome://navigator/locale/navigator.properties");
  333. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  334. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  335. pref("wallet.version",                      "1");
  336. pref("wallet.enabled",                      true);
  337. pref("wallet.crypto",                       false);
  338. pref("imageblocker.enabled",                true);
  339. pref("messages.new_window",                 true); // ML obsolete; use mailnews.message_in_thread_window
  340. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  341. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  342. pref("intl.collationKeyAsCodePoint",        false);
  343.  
  344. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  345. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  346. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  347. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  348. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  349. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  350. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  351. pref("intl.charsetmenu.browser.cache",      "");
  352. pref("intl.charsetmenu.mailview.cache",     "");
  353. pref("intl.charsetmenu.composer.cache",     "");
  354. pref("intl.charsetmenu.browser.cache.size", 5);
  355. pref("intl.charset.detector",                "chrome://navigator/locale/navigator.properties");
  356. pref("intl.charset.default",                "chrome://navigator/locale/navigator.properties");
  357.  
  358. pref("font.default", "serif");
  359. pref("font.size.variable.ar", 16);
  360. pref("font.size.fixed.ar", 13);
  361.  
  362. pref("font.size.variable.el", 16);
  363. pref("font.size.fixed.el", 13);
  364.  
  365. pref("font.size.variable.he", 16);
  366. pref("font.size.fixed.he", 13);
  367.  
  368. pref("font.size.variable.ja", 16);
  369. pref("font.size.fixed.ja", 16);
  370.  
  371. pref("font.size.variable.ko", 16);
  372. pref("font.size.fixed.ko", 16);
  373.  
  374. pref("font.size.variable.th", 16);
  375. pref("font.size.fixed.th", 13);
  376.  
  377. pref("font.size.variable.tr", 16);
  378. pref("font.size.fixed.tr", 13);
  379.  
  380. pref("font.size.variable.x-baltic", 16);
  381. pref("font.size.fixed.x-baltic", 13);
  382.  
  383. pref("font.size.variable.x-central-euro", 16);
  384. pref("font.size.fixed.x-central-euro", 13);
  385.  
  386. pref("font.size.variable.x-cyrillic", 16);
  387. pref("font.size.fixed.x-cyrillic", 13);
  388.  
  389. pref("font.size.variable.x-unicode", 16);
  390. pref("font.size.fixed.x-unicode", 13);
  391.  
  392. pref("font.size.variable.x-western", 16);
  393. pref("font.size.fixed.x-western", 13);
  394.  
  395. pref("font.size.variable.zh-CN", 16);
  396. pref("font.size.fixed.zh-CN", 16);
  397.  
  398. pref("font.size.variable.zh-TW", 16);
  399. pref("font.size.fixed.zh-TW", 16);
  400.  
  401. pref("browser.enable_webfonts",                 true);
  402. pref("browser.display.use_document_fonts",      1); // 0 = never, 1 = quick, 2 = always
  403.  
  404. // -- folders (Mac: these are binary aliases.)
  405. localDefPref("browser.download_directory",      "");
  406. localDefPref("mail.signature_file",             "");
  407. localDefPref("mail.directory",                  "");
  408. localDefPref("mail.cc_file",                    "");
  409. localDefPref("news.cc_file",                    "");
  410.  
  411. pref("news.fancy_listing",      true);      // obsolete
  412. pref("browser.wfe.show_value", 1);
  413. pref("browser.blink_allowed", true);
  414. pref("images.dither", "auto");
  415. pref("images.incremental_display", true);
  416. pref("network.wfe.use_async_dns", true);
  417. pref("network.wfe.tcp_connect_timeout",0);
  418. localDefPref("news.directory",                  "");
  419. localDefPref("security.directory",              "");
  420.  
  421. pref("autoupdate.enabled",              true);
  422. pref("autoupdate.confirm_install",                false);
  423. pref("autoupdate.unsigned_jar_support",  false);
  424.  
  425. pref("silentdownload.enabled",    true);
  426. pref("silentdownload.directory",  "");
  427. pref("silentdownload.range",      3000);
  428. pref("silentdownload.interval",  10000);
  429.  
  430.  
  431. pref("imap.io.mac.logging", false);
  432.  
  433. pref("browser.editor.disabled", false);
  434.  
  435. pref("spellchecker.dictionary", "");
  436.  
  437. pref("mime.table.allow_add", true);
  438. pref("mime.table.allow_edit", true);
  439. pref("mime.table.allow_remove", true);
  440.  
  441. pref("signed.applets.codebase_principal_support", false);
  442. pref("security.checkloaduri", true);
  443. pref("security.xpconnect.plugin.unrestricted", true);
  444.  
  445. // Modifier key prefs: default to Windows settings,
  446. // menu access key = alt, accelerator key = control.
  447. pref("ui.key.accelKey", 17);
  448. pref("ui.key.menuAccessKey", 18);
  449. pref("ui.key.menuAccessKeyFocuses", false);
  450.  
  451. // Middle-mouse handling
  452. pref("middlemouse.paste", false);
  453. pref("middlemouse.openNewWindow", false);
  454.  
  455. // Clipboard behavior
  456. pref("clipboard.autocopy", false);
  457.  
  458. /* 0=lines, 1=pages, 2=history , 3=text size */
  459. pref("mousewheel.withnokey.action",0);
  460. pref("mousewheel.withnokey.numlines",1);    
  461. pref("mousewheel.withnokey.sysnumlines",true);
  462. pref("mousewheel.withcontrolkey.action",0);
  463. pref("mousewheel.withcontrolkey.numlines",1);
  464. pref("mousewheel.withcontrolkey.sysnumlines",true);
  465. pref("mousewheel.withshiftkey.action",0);
  466. pref("mousewheel.withshiftkey.numlines",1);
  467. pref("mousewheel.withshiftkey.sysnumlines",false);
  468. pref("mousewheel.withaltkey.action",2);
  469. pref("mousewheel.withaltkey.numlines",1);
  470. pref("mousewheel.withaltkey.sysnumlines",false);
  471.  
  472. pref("middlemouse.scrollbarPosition", false);
  473.  
  474. pref("profile.confirm_automigration",true);
  475.  
  476. // Customizable toolbar stuff
  477. pref("custtoolbar.personal_toolbar_folder", "");
  478. pref("custtoolbar.has_toolbar_folder", true);
  479. pref("custtoolbar.Browser.Navigation_Toolbar.position", 0);
  480. pref("custtoolbar.Browser.Navigation_Toolbar.showing", true);
  481. pref("custtoolbar.Browser.Navigation_Toolbar.open", true);
  482. pref("custtoolbar.Browser.Location_Toolbar.position", 1);
  483. pref("custtoolbar.Browser.Location_Toolbar.showing", true);
  484. pref("custtoolbar.Browser.Location_Toolbar.open", true);
  485. pref("custtoolbar.Browser.Personal_Toolbar.position", 2);
  486. pref("custtoolbar.Browser.Personal_Toolbar.showing", true);
  487. pref("custtoolbar.Browser.Personal_Toolbar.open", true);
  488. pref("custtoolbar.Messenger.Navigation_Toolbar.position", 0);
  489. pref("custtoolbar.Messenger.Navigation_Toolbar.showing", true);
  490. pref("custtoolbar.Messenger.Navigation_Toolbar.open", true);
  491. pref("custtoolbar.Messenger.Location_Toolbar.position", 1);
  492. pref("custtoolbar.Messenger.Location_Toolbar.showing", true);
  493. pref("custtoolbar.Messenger.Location_Toolbar.open", true);
  494. pref("custtoolbar.Messages.Navigation_Toolbar.position", 0);
  495. pref("custtoolbar.Messages.Navigation_Toolbar.showing", true);
  496. pref("custtoolbar.Messages.Navigation_Toolbar.open", true);
  497. pref("custtoolbar.Messages.Location_Toolbar.position", 1);
  498. pref("custtoolbar.Messages.Location_Toolbar.showing", true);
  499. pref("custtoolbar.Messages.Location_Toolbar.open", true);
  500. pref("custtoolbar.Folders.Navigation_Toolbar.position", 0);
  501. pref("custtoolbar.Folders.Navigation_Toolbar.showing", true);
  502. pref("custtoolbar.Folders.Navigation_Toolbar.open", true);
  503. pref("custtoolbar.Folders.Location_Toolbar.position", 1);
  504. pref("custtoolbar.Folders.Location_Toolbar.showing", true);
  505. pref("custtoolbar.Folders.Location_Toolbar.open", true);
  506. pref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0);
  507. pref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true);
  508. pref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true);
  509. pref("custtoolbar.Compose_Message.Message_Toolbar.position", 0);
  510. pref("custtoolbar.Compose_Message.Message_Toolbar.showing", true);
  511. pref("custtoolbar.Compose_Message.Message_Toolbar.open", true);
  512. pref("custtoolbar.Composer.Composition_Toolbar.position", 0);
  513. pref("custtoolbar.Composer.Composition_Toolbar.showing", true);
  514. pref("custtoolbar.Composer.Composition_Toolbar.open", true);
  515. pref("custtoolbar.Composer.Formatting_Toolbar.position", 1);
  516. pref("custtoolbar.Composer.Formatting_Toolbar.showing", true);
  517. pref("custtoolbar.Composer.Formatting_Toolbar.open", true);
  518.  
  519. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  520. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  521.  
  522. pref("prefs.converted-to-utf8",false);
  523.  
  524. pref("browser.throbber.url","chrome://navigator/locale/navigator.properties");
  525.